From c80505f57b5b4bf3cd45c29b895f3d3e6f303032 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 6 May 2005 15:13:45 +0000 Subject: [PATCH] Change capabilties vec to show we only write routes. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1157 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/tef_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/tef_xml.c b/gpsbabel/tef_xml.c index e22d8ada8..51946ad26 100644 --- a/gpsbabel/tef_xml.c +++ b/gpsbabel/tef_xml.c @@ -287,7 +287,7 @@ tef_xml_rd_deinit(void) ff_vecs_t tef_xml_vecs = { ff_type_file, - { ff_cap_read, ff_cap_none, ff_cap_none }, + { ff_cap_none, ff_cap_none, ff_cap_write }, tef_xml_rd_init, NULL, tef_xml_rd_deinit, -- 2.30.2